home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / dialogic.zip / DIALOG1.DB < prev    next >
Text File  |  1990-01-31  |  2KB  |  66 lines

  1. DB(Level%, 1).Code = 1
  2. DB(Level%, 1).Y = 0
  3. DB(Level%, 1).X = 0
  4. DB(Level%, 1).Height = 25
  5. DB(Level%, 1).Wdth = 65
  6. DB(Level%, 1).BorderType = 1
  7. DB(Level%, 1).PrimaryColor = c1
  8. DB(Level%, 1).WindowColor = -c1
  9. DB(Level%, 1).Text = "Introduction"
  10. DB(Level%, 1).TextColor = c2
  11. DB(Level%, 1).SecondaryColor = c1
  12. DB(Level%, 1).NumberOne = 25
  13.  
  14. LB(1).Text = "~        Welcome to Dialog Software's DiaLogic Demo! "
  15. LB(2).Text = " "
  16. LB(3).Text = "Our utility will allow you to create the same type of"
  17. LB(4).Text = "text-based dialog boxes prescribed by Microsoft and used"
  18. LB(5).Text = "in Microsoft's own QuickBASIC 4.5 editor and Microsoft"
  19. LB(6).Text = "Works.  The use of dialog boxes is rapidly becoming the"
  20. LB(7).Text = "standard means by which professional programs query the"
  21. LB(8).Text = "user.  They not only will add a highly aesthetic look"
  22. LB(9).Text = "and feel to your own programs, but also will allow you to"
  23. LB(10).Text = "develop input screens like the ones generated by Micro-"
  24. LB(11).Text = "soft Windows, the MacIntosh, DOS 4.0's Shell, and by"
  25. LB(12).Text = "the Presentation Manager for OS/2."
  26. LB(13).Text = ""
  27. LB(14).Text = "This demo will show that our utility allows you to create"
  28. LB(15).Text = "any type of dialog box you could imagine -- from a simple"
  29. LB(16).Text = "message window to a full-blown multitasking dialog box which"
  30. LB(17).Text = "is modified on-the-fly, as you'll see a little later.  And"
  31. LB(18).Text = "consider this: if you have a mouse, our dialog boxes pro-"
  32. LB(19).Text = "vide a downright elegant mouse interface."
  33.  
  34. DB(Level%, 2).Code = 3
  35. DB(Level%, 2).Y = 2
  36. DB(Level%, 2).X = 2
  37. DB(Level%, 2).Height = 19
  38. DB(Level%, 2).Wdth = 1
  39. DB(Level%, 2).WindowColor = c1
  40. DB(Level%, 2).PrimaryColor = c1
  41. DB(Level%, 2).SecondaryColor = c2
  42. DB(Level%, 2).SelectedColor = -1
  43. DB(Level%, 2).StarColor = c1
  44. DB(Level%, 2).ItemLength = 60
  45. DB(Level%, 2).KeyColor = 0
  46. DB(Level%, 2).BorderType = 0
  47. DB(Level%, 2).Link = 0
  48. DB(Level%, 2).TextY = 0
  49. DB(Level%, 2).TextX = 0
  50. DB(Level%, 2).TextColor = c1
  51. DB(Level%, 2).NumberOne = 1
  52. DB(Level%, 2).NumberTwo = 19
  53. DB(Level%, 2).Default = 0
  54.  
  55. DB(Level%, 3).Code = 7
  56. DB(Level%, 3).Y = 24
  57. DB(Level%, 3).X = 25
  58. DB(Level%, 3).Text = "~Press <Enter>"
  59. DB(Level%, 3).PrimaryColor = c1
  60. DB(Level%, 3).WindowColor = c1
  61. DB(Level%, 3).SelectedColor = c3
  62. DB(Level%, 3).KeyColor = c4
  63. DB(Level%, 3).SecondaryColor = c4
  64.  
  65. DB(Level%, 4).Code = 0
  66.